/*首页banner*/
.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.html5zoo-swipe-box-0 {
    z-index: -1;
}

.html5zoo-timer-0 {
    z-index: -1;
}

.html5zoo-img-box-0 {
    z-index: -1;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    display: none!important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}

/*info*/
.infoBox {
    width: 100%;
    margin-top: -122px;
    z-index: 20;
    position:relative
}

.infoL, .infoC, .infoR {
    width: 380px;
    margin-left: 30px;
    background: #3445b4;
    height: 120px;
}

.infoL {
    margin-left: 0;
}

.infoL h3 {
    width: 325px;
    margin: 30px auto 0;
    font-size: 18px;
    color: #fff;
}

.infoL h3 span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.infoL h3 b{font-weight: normal;}
.infoC .infoC_bg {
    background: url("../images/tell.png") no-repeat 0 20px;
    padding-left: 78px;
    width: 220px;
    height: 90px;
    margin: 10px auto 0;
    color: #fff;
}

.infoC .infoC_bg p {
    font-size: 16px;
    margin-top: 20px;
}

.infoC .infoC_bg h6 {
    font-size: 30px;
}

.infoR {

}

.infoR .infoR-t {
    width: 320px;
    margin: 24px auto 17px;
    color: #fff;
    position: relative;
}

.infoR .infoR-t a {
    font-size: 14px;
    color: #fff;
}

.topxunpan {
    width: 170px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 9;
}

.topxunpan .xp {
    position: relative;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.topxunpan .xp i {
    padding: 0 5px;
    margin-left: 4px;
    margin-right: 4px;
    box-sizing: border-box;
    color: #fff;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #3445b4;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #3445b4;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.ssk {
    height: 37px;
    background: #fff;
    width: 320px;
    margin: 0 auto;
}

.ss-text {
    width: 280px;
    height: 37px;
    background: none;
    color: #cecece;
    font-size: 14px;
    padding-left: 10px;
    float: left;
}

.ss-submit {
    width: 30px;
    height: 28px;
    float: left;
    background: url(../images/zoom.png) no-repeat;
    cursor: pointer;
    margin-top: 9px;
}

/*duct*/
.duct {
    width: 100%;
    padding: 46px 0 40px;
    border-bottom: 1px solid #bbb;
}

.duct ul {
    margin-top: 42px;
}

.duct li {
    /*width: 399px;*/
    width: 49.9%;
    box-sizing: border-box;
    height: 450px;
    margin: 0 0 1px 1px;
    position: relative;
    float: left;
    overflow: hidden;
}

.duct li:nth-child(3n+1) {
    margin-left: 0;
}

.duct li .pic {
    width: 100%;
    height: 100%;
}

.duct li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.duct li .linkIco {
    position: absolute;
    display: block;
    width: 63px;
    height: 63px;
    left: 50%;
    margin-left: -31px;
    top: 90px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transition-delay: 0.2s;
    z-index: 2;
}

.duct li .bg {
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.duct li h5 {
    position: absolute;
    width: 320px;
    height: 50px;
    left: 50%;
    margin-left: -160px;
    top: 178px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 2;
    transition-delay: 0.2s;
}

.duct li h5 a {
    display: block;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}

.duct li h5 span {
    display: block;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
}

.duct li .duct_more {
    position: absolute;
    bottom: 42px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 47px;
    border: solid 1px #ffffff;
    box-sizing: border-box;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 2;
}

.duct li:hover h5 {
    top: -178px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.duct li:hover .linkIco {
    top: -90px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.duct li:hover .bg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.duct li:hover .duct_more {
    bottom: -60px;
}

.Title {
    text-align: center;
}

.Title h6 {
    font-size: 30px;
    font-family: ArialMT;
    color: #333;
}

.Title h6 span {
    color: #3445b4;
    padding-right: 8px;
}

.Title h3 {
    font-size: 24px;
    color: #333;
    position: relative;
    width: 120px;
    margin: 20px auto 0;
    height: 23px;
    line-height: 23px;
}

.Title h3::before {
    position: absolute;
    top: 11px;
    left: -214px;
    content: '';
    width: 194px;
    height: 1px;
    background: #bbb;
}

.Title h3::after {
    position: absolute;
    top: 11px;
    right: -214px;
    content: '';
    width: 194px;
    height: 1px;
    background: #bbb;
}

/*ys*/
.ysbox {
    padding: 50px 0 40px;
}

.ys_bg {
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/cylh.jpg") no-repeat center;
    width: 408px;
    height: 335px;
}

.ys_bg h6 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin: 95px 0 5px 44px;
}

.ys_bg p {
    color: #fff;
    font-size: 18px;
    margin-left: 44px;
}


.zz_lun {
    width: 100%;
    margin-top: 40px;
}

.zz_lun .picFocus {
    width: 100%;
    position: relative;
    zoom: 1;
}

.zz_lun .picFocus .hd {
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
}

.zz_lun .picFocus .hd ul {
    overflow: hidden;
    zoom: 1;
}

.zz_lun .picFocus .hd ul li {
    float: left;
    text-align: center;
    width: 285px;
    height: 130px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    margin-left: 20px;
}

.zz_lun .picFocus .hd ul li:first-child {
    margin-left: 0;
}

.zz_lun .picFocus .hd ul li p {
    color: #333;
    font-size: 18px;
    width: 30%;
    position: relative;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.zz_lun .picFocus .hd ul li .hd_img {
    display: block;
    margin: 10px 6% 0 4%;
    width:54%;
}


.zz_lun .picFocus .hd ul li.on {
    border-color: #3445b4;
    background: #3445b4;
}

.zz_lun .picFocus .hd ul li.on p {
    color: #fff;
}


.zz_lun .picFocus .bd {
    /*margin: 195px 0 142px;*/
    width: 100%;
}

.zz_lun .picFocus .bd li {
    vertical-align: middle;
    width: 100%;
    position: relative;

}

.zz_lun .picFocus .bd li .bd_r {
    width: 720px;
    height: 500px;
    margin-top: 50px;
}

.zz_lun .picFocus .bd li .bd_r img {
    width: 100%;
    height: 100%;
}

.zz_lun .picFocus .bd li .bd_l {
    width: 547px;
    height: 280px;
    margin: 217px 0 0 -213px;
    background-color: #f7f7f7;
}

.zz_lun .picFocus .bd li .bd_l h3 {
    font-size: 24px;
    color: #282828;
    margin: 40px 0 0 80px;
}

.zz_lun .picFocus .bd li .bd_l p {
    font-size: 14px;
    color: #666;
    width: 378px;
    max-height: 120px;
    overflow: hidden;
    margin: 21px auto 0;
    line-height: 30px;
}

/*liu*/
.syzxly {
    width: 100%;
    background: url("../images/liu.jpg") no-repeat center;
    height: 263px;
    overflow: hidden;
}

.lybk {
    width: 656px;
    height: 223px;
    background: rgba(255, 255, 255, .8);
    float: left;
    margin-top: 20px;
}

.lyxxbk {
    width: 278px;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
}

.lyxx {
    width: 278px;
    height: 41px;
    margin-top: 20px;
}

.lyqx {
    width: 266px;
    height: 41px;
    border: 1px solid #e4e4e4;
    background: #f1f1f1;
    font-size: 12px;
    color: #898989;
    padding-left: 10px;
    font-family: "微软雅黑";
}

.lynrbk {
    width: 278px;
    height: 103px;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}

.lynr {
    width: 266px;
    height: 93px;
    background: #f1f1f1;
    border: 1px dashed #e4e4e4;
    font-size: 12px;
    color: #898989;
    font-family: "微软雅黑";
    padding-top: 10px;
    padding-left: 10px;
}

.tjan {
    width: 577px;
    height: 41px;
    margin: auto;
    margin-top: 20px;
}

.anxs {
    width: 575px;
    height: 39px;
    background: #fff;
    border: 1px solid #e4e4e4;
    line-height: 39px;
    text-align: center;
    color: #898989;
    font-family: "微软雅黑";
}

.lyggc {
    width: 524px;
    float: left;
}

.lybt {
    width: 100%;
    text-align: center;
    color: #fffffe;
    font-size: 24px;
    padding-top: 29px;
}

.lsp {
    width: 90px;
    height: 1px;
    background: #c1beb9;
    margin: 19px auto 23px;
}

.lyggcnr {
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.lyggcnr span {
    color: #fff;
    font-size: 24px;
}

.lyyd {
    width: 165px;
    height: 1px;
    background: #303030;
    margin: auto;
    margin-top: 40px;
}

.lydhbt {
    width: 85px;
    text-align: center;
    margin: 9px auto 0;
    color: #fff;
    font-size: 18px;
}


.lydh {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: ArialMT;
}

.lyxxx {
    display: none
}


/*case*/
.case {
    padding: 45px 0 80px;
}

.case ul {
}

.case li {
    float: left;
    width: 380px;
    margin-left: 30px;
    margin-top: 40px;
    position: relative;
}

.case li:nth-child(3n+1) {
    margin-left: 0;
}

.case li .imgbox {
    width: 380px;
    height: 305px;
    display: block;
    overflow: hidden;
    background: url("../images/case.jpg") no-repeat center;
}

.case li .imgbox img {
    width: 355px;
    height: 280px;
    margin: 25px 0 0 25px;
}

.case li .case_NN {
    width: 100%;
    margin-top: 25px;
}
.case li:hover .case_NN .case_name{
    color: #3445b4;
}
.case li .case_NN .case_name {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	    width: 100%;
    display: block;
}

.case li .case_NN p {
    font-size: 14px;
    color: #666;
    width: 100%;
    overflow: hidden;
    height: 21px;
}

.case li .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 380px;
    height: 305px;
    -webkit-transform: scale(0) rotateY(0);
    -moz-transform: scale(0) rotateY(0);
    -o-transform: scale(0) rotateY(0);
    transform: scale(0) rotateY(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #3445b46e;
    opacity: 0;
}

.case li .mask i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('../images/link.png') center center no-repeat;
}
.case li:hover .mask {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
}

/*about*/
.about{
    background: url("../images/about.jpg") no-repeat center;
    width: 100%;
    height: 562px;
}

.about .Title h6 {
    color: #fff;
    padding-top: 46px;
}

.about .Title h3 {
    color: #fff;
}

.about .Title h3::before {
    background: #fff;
}

.about .Title h3::after {
    background: #fff;
}
.aboutL{
    margin-top: 94px;
    width: 729px;
}
.aboutL h3{
    font-size: 24px;
    color: #e5e5e5;
}
.aboutL h6{
    font-size: 18px;
    color: #e5e5e5;
    margin: 10px 0 20px;
}
.aboutL p{
    font-size: 14px;
    color: #e5e5e5;
    line-height: 26px;
    overflow: hidden;
    height: 130px;
}

.aboutR{
    width: 363px;
    height: 321px;
    background-color: #e1e1e1;
    border: solid 4px #ffffff;
    box-sizing: border-box;
    margin-top: 68px;
}
.aboutR img{
    width: 100%;
    height: 100%;
}

/*qi*/
.qyxc {
    width: 100%;
    padding-bottom: 42px;
}

.xcnr h3 {
    width: 164px;
    height: 54px;
    background-color: #3445b4;
    margin:0 auto;
    margin-top: -20px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    display: block;
}

.qiye {
    margin:22px auto 0;
}

.xczz {
    width: 285px;
    text-align: center;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.xczz .xc_img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.xczz .xc_img img {
    width: 70%;
    height: 70%;
    transition: all .6s;
}
.xczz .xc_name{
    width: 98%;
    padding: 0 1%;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    text-align: center;
    transition: all .6s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    background: #f7f7f7;
}
.xczz:hover {
    color: #121212;
}

.xczz:hover .xc_name {
    color: #163285;
}

.xczz:hover img {
    transform: scale(1.1, 1.1);
}

.xczz a {
    color: #4a4a4a;
}

.xczz p {
    width: 242px;
    height: 217px;
    border: 4px solid #e0e0e0;
    overflow: hidden;
}

.xczz a img {
    width: 242px;
    height: 217px;
    display: block;
    margin: auto;
    -webkit-transition: all .5s;
}

.gun {
    width: 1180px;
    overflow: hidden;
}

.dd {
    width: 1160px;
    overflow: hidden;
    margin: 0 auto;
}

/*liucheng*/
.lcjm{
    padding-bottom: 40px;
}

.lcx {
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #ebebeb;
    margin-top: 125px;
}

.lcbk {
    width: 1200px;
    margin: -80px auto 0;
}

.lcbk li {
    width: 154px;
    height: 170px;
    background: #f7f7f7;
    float: left;
    margin-left: 20px;
    transition: all .6s;
}
.lcbk li:first-child{
    margin-left: 0;
}
.lcbk li .liu_img {
    width: 100%;
    height: 80px;
    display: block;
    transition: all .6s;
}

.lcbk li .liu_img1 {
    background: url("../images/t1.png") no-repeat 50% 25px;
}

.lcbk li:hover .liu_img1 {
    background: url("../images/t11.png") no-repeat 50% 25px;
}

.lcbk li .liu_img2 {
    background: url("../images/t2.png") no-repeat 50% 25px;
}

.lcbk li:hover .liu_img2 {
    background: url("../images/t22.png") no-repeat 50% 25px;
}

.lcbk li .liu_img3 {
    background: url("../images/t3.png") no-repeat 50% 25px;
}

.lcbk li:hover .liu_img3 {
    background: url("../images/t33.png") no-repeat 50% 25px;
}

.lcbk li .liu_img4 {
    background: url("../images/t4.png") no-repeat 50% 25px;
}

.lcbk li:hover .liu_img4 {
    background: url("../images/t44.png") no-repeat 50% 25px;
}

.lcbk li .liu_img5 {
    background: url("../images/t5.png") no-repeat 50% 25px;
}

.lcbk li:hover .liu_img5 {
    background: url("../images/t55.png") no-repeat 50% 25px;
}

.lcbk li .liu_img6 {
    background: url("../images/t6.png") no-repeat 50% 25px;
}

.lcbk li:hover .liu_img6 {
    background: url("../images/t66.png") no-repeat 50% 25px;
}

.lcbk li .liu_img7 {
    background: url("../images/t7.png") no-repeat 50% 25px;
}

.lcbk li:hover .liu_img7 {
    background: url("../images/t77.png") no-repeat 50% 25px;
}



.lcbk li span {
    width: 28px;
    height: 1px;
    background: #b1b1b1;
    margin: auto;
    display: block;
    transition: all .6s;
}

.lcbk li:hover span {
    background: #fff;
}

.lcbk li:hover p {
    color: #fff;
}

.lcbk li p {
    width: 100%;
    height: 89px;
    line-height: 80px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    transition: all .6s;
}

.lcbk li:hover {
    background: #bf1d2a;
}

/*new*/
.new{
    width: 100%;
    height: 664px;
    background-color: #f7f7f7;
}
.newL{
    width: 540px;
    margin-top: 40px;
    border-right: 1px solid #bebebe;
    padding-right: 60px;
}
.newL .newL_tit{
    width: 100%;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 34px;
    margin-bottom: 50px;
}
.newL .newL_tit h3{
    color: #030303;
    font-size: 24px;
}
.newL .newL_tit h3 span{
    font-weight: bold;
}
.newL .newL_tit h6{
    color: #030303;
    font-size: 12px;
    position: relative;
    margin-right: 78px;
}
.newL .newL_tit h6 span{
    font-size: 24px;
    font-weight: bold;
}
.newL .newL_tit h6::after{
    content: '';
    position: absolute;
    right: -78px;
    top: 20px;
    width: 40px;
    height: 1px;
    background-color: #000000;
}
.newL .newa{

}
.newL .newa li{
    float: left;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 49px;
    background: url("../images/new.png") no-repeat 0 0;
    width: 437px;
    height: 95px;
    padding-left: 105px;
}
.newL .newa li:last-child{
    margin-bottom: 0;
}
.newL .newa li .newa_t{
    color: #000;
    font-size: 14px;
    margin: 14px 0 6px;
    display: block;
    width: 437px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .6s;
}
.newL .newa li p{
    width: 420px;
    font-size: 14px;
    color: #464646;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.newL .newa li:hover .newa_t{
    color: #3445b4;
}

.newR{
    width: 540px;
    margin-top: 40px;
}
.newR .newR_tit{
    width: 100%;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 34px;
    margin-bottom: 50px;
}
.new_hot a{
    color: #3445b4!important;
}
.newR .newR_tit li{
    font-size: 24px;
    color: #030303;
    margin-right: 30px;
}
.newR .newR_tit li span{
    font-weight: bold;
}
.newR .newR_tit h6{
    color: #030303;
    font-size: 12px;
    position: relative;
    margin-right: 78px;
}
.newR .newR_tit h6 span{
    font-size: 24px;
    font-weight: bold;
}
.newR .newR_tit h6::after{
    content: '';
    position: absolute;
    right: -78px;
    top: 20px;
    width: 40px;
    height: 1px;
    background-color: #000000;
}
.newR_z{
    width: 100%;
}
.newR_z .newR_tu{
    width: 100%;
}
.newR_z .newR_tu .newR_img{
    width:201px ;
    height: 160px;
}
.newR_z .newR_tu .newR_img img{
    width:100%;
    height: 100%;
}
.newR_z .newR_tu .newR_text{
    width: 339px;
    height: 160px;
    background: #3445b4;
}
.newR_z .newR_tu .newR_text .NN{
    font-size: 16px;
    color: #fff;
    width: 290px;
    margin: 44px auto 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .6s;
}
.newR_z .newR_tu:hover .newR_text .NN{
    margin-top: 40px;
}
.newR_z .newR_tu .newR_text p{
    font-size: 14px;
    color: #fff;
    width: 290px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 24px;
    height: 45px;
}
.newR_z li{
    line-height: 60px;
    width: 100%;
}
.newR_z li a{
    display: block;
    width: 77%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .6s;
    font-size: 16px;
    color: #333;
    float: left;
}
.newR_z li span{
    float: right;
    font-size: 14px;
    color: #666;
}
.newR_z li:hover a{
    margin-left: 8px;
    color: #3445b4;
}
.newR_2{
	display:none;
}
/*link*/
.links {
    width: 1200px;
    height: 50px;
    margin:0 auto 28px;
}

.linkbt {
    width: 86px;
    height: 78px;
    line-height: 78px;
    padding-left: 34px;
    color: #333;
    font-size: 16px;
    background: url(../images/link.png) no-repeat 0 29px;
    float: left;
}

.linknr a {
    padding-left: 15px;
    padding-right: 15px;
    height: 78px;
    line-height: 78px;
    display: block;
    color: #666;
    float: left;
    font-size: 14px;
    transition: .6s;
}
.linknr a:hover{
    color: #3445b4;
}
.pics_wrap .html5zoo-arrow-left-0,
.pics_wrap .html5zoo-arrow-left-1 {
    width: 60px !important;
    height: 60px !important;
    top: 50% !important;
    left: 50px !important;
    margin-top: -30px !important;
    background: url(../images/icon01.png) no-repeat !important;
    background-size: 100% 100% !important;
    display: block !important;
    visibility: visible;
}

.pics_wrap .html5zoo-arrow-right-0,
.pics_wrap .html5zoo-arrow-right-1 {
    width: 60px !important;
    height: 60px !important;
    top: 50% !important;
    right: 50px !important;
    margin-top: -30px !important;
    background: url(../images/icon02.png) no-repeat !important;
    background-size: 100% 100% !important;
    display: block !important;
    visibility: visible;
}


.pics_wrap .html5zoo-nav {
    text-align: center;
}

.pics_wrap .html5zoo-bullet-span {
    width: 1em !important;
    height: 2px !important;
    float: none !important;
    display: inline-block;
    background: #fff !important;
    opacity: 0.5;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0 5px !important;
    vertical-align: middle;
}

.pics_wrap .html5zoo-bullet-span.active {
    width: 1em !important;
    height: 1em !important;
    border: 2px solid #fff;
    background: none !important;
    opacity: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


